home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 49
/
Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso
/
-websites-
/
sasg
/
mwb
/
magicwb20e.lha
/
MagicWB2.0e
/
Show MagicWB 2.0
< prev
next >
Wrap
Text File
|
1995-11-05
|
3KB
|
122 lines
failat 21
echo "*n*n*e[1;32m ____________________________________________________________________"
echo " *e[43m *e[0m"
echo " *e[0;32;43m Welcome to MagicWB v2.0: PREVIEW*e[1m *e[0m"
echo " *e[1;4;43m *e[0m"
echo "*n*n*n The following picture snapshot will show you how your Workbench is"
echo " going to look like if you use *e[32mMagicWB 2.0*e[0m...*n"
echo noline " Do you have the AGA-Chipset or any graphics board? "
set > NIL: AGA ?
if $AGA eq "ja"
skip ShowAGA
endif
if $AGA eq "j"
skip ShowAGA
endif
if $AGA eq "y"
skip ShowAGA
endif
if $AGA eq "yes"
skip ShowAGA
endif
skip Continue
lab ShowAGA
if exists sys:utilities/multiview
sys:prefs/palette ClickForColors use
sys:utilities/multiview Preview
else
if exists sys:utilities/display
sys:utilities/display Preview
else
echo "*n Sorry, I couldn't find neither 'Multiview' nor 'Display' to display"
echo " the preview picture. Please use your own display utility to view the"
echo " pictures 'Preview' and 'PreviewCopper' in this directory."
wait 15
skip end
endif
endif
echo "*n Now you are going to see the MagicWB with the use of MagicCopper"
echo " under the AGA-Chipset..."
wait 4
if exists sys:utilities/multiview
sys:utilities/multiview PreviewCopper screen
else
if exists sys:utilities/display
sys:utilities/display PreviewCopper
endif
endif
echo "*n Now you are going to see the MagicWB with another pattern"
echo " combination on the workbench screen..."
wait 5
if exists sys:utilities/multiview
sys:utilities/multiview Preview2
else
if exists sys:utilities/display
sys:utilities/display Preview2
endif
endif
skip end
lab continue
if exists sys:utilities/multiview
sys:prefs/palette palette4bit.ilbm use
sys:utilities/multiview Preview
else
if exists sys:utilities/display
sys:utilities/display Preview
else
echo "*n Sorry, I couldn't find neither 'Multiview' nor 'Display' to display"
echo " the preview picture. Please use your own display utility to view the"
echo " pictures 'Preview' and 'PreviewCopper' in this directory."
wait 15
skip end
endif
endif
echo "*n Now you are going to see the MagicWB with the use of MagicCopper"
echo " under the AGA-Chipset..."
wait 4
if exists sys:utilities/multiview
sys:utilities/multiview PreviewCopper screen
else
if exists sys:utilities/display
sys:utilities/display PreviewCopper
endif
endif
echo "*n Now you are going to see the MagicWB with another pattern"
echo " combination on the workbench screen..."
wait 5
if exists sys:utilities/multiview
sys:utilities/multiview Preview2
else
if exists sys:utilities/display
sys:utilities/display Preview2
endif
endif
lab end
echo "*n Did you like it? Please read the information texts about MagicWB"
echo " 2.0 to know more about this new version. You can now register by"
echo " clicking onto the button 'Register/Update'..."
wait 11
run >NIL: AboutMagicWB
quit